Skip to content

deps(postgresql)(deps): bump the postgresql-dependencies group in /postgresql with 2 updates#11

Merged
azrod merged 1 commit into
mainfrom
dependabot/go_modules/postgresql/postgresql-dependencies-6aff8bcd9d
Oct 18, 2025
Merged

deps(postgresql)(deps): bump the postgresql-dependencies group in /postgresql with 2 updates#11
azrod merged 1 commit into
mainfrom
dependabot/go_modules/postgresql/postgresql-dependencies-6aff8bcd9d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Copy link
Copy Markdown
Contributor

Bumps the postgresql-dependencies group in /postgresql with 2 updates: github.com/kivigo/kivigo and github.com/testcontainers/testcontainers-go.

Updates github.com/kivigo/kivigo from 1.5.2-0.20250914212215-f5f2f8b90039 to 1.6.0

Release notes

Sourced from github.com/kivigo/kivigo's releases.

v1.6.0

🚀 Release v1.6.0

💥 Breaking changes

  • 🏢 The project has been moved to the new kivigo organization. Please update your import paths accordingly to ensure compatibility.
  • 📦 All backend modules have been relocated to the dedicated kivigo/backends project for improved modularity and maintainability.
  • 🔄 The encoder modules have been moved to the dedicated kivigo/encoders project to improve code organization and maintainability.

📝 Documentation

  • 📚 Updated documentation to reference the new import paths for backend and encoder packages, reflecting their relocation to separate repositories.
Commits

Updates github.com/testcontainers/testcontainers-go from 0.38.0 to 0.39.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.39.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs: clarify no client SDKs in production modules/images, in contributing.md (#3279) @​nimdrak

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • da47f5d chore: use new version (v0.39.0) in modules and examples
  • 404b345 chore(atlas): simplify host-port calculation in tests (#3300)
  • 6e14bda feat(atlaslocal): add MongoDB Atlas Local module (#3254)
  • 1fdd847 chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (#3299)
  • 88dead6 feat: allow saving specific platforms for an image (#3218)
  • 44d970c chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#3238)
  • ac8fdd3 chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (#3282)
  • d254caa feat(redpanda): add support for http proxy (#3258)
  • f54a356 chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (#3287)
  • 7098d80 chore(go): bump to Go 1.24 as minimal version (#3298)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github

dependabot Bot commented on behalf of github Sep 22, 2025

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: backend, dependencies, go, postgresql. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@azrod

azrod commented Oct 14, 2025

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/go_modules/postgresql/postgresql-dependencies-6aff8bcd9d branch from 37f71a6 to c3c93d9 Compare October 14, 2025 19:55
Bumps the postgresql-dependencies group in /postgresql with 2 updates: [github.com/kivigo/kivigo](https://github.com/kivigo/kivigo) and [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go).


Updates `github.com/kivigo/kivigo` from 1.5.2-0.20250914212215-f5f2f8b90039 to 1.6.0
- [Release notes](https://github.com/kivigo/kivigo/releases)
- [Commits](https://github.com/kivigo/kivigo/commits/v1.6.0)

Updates `github.com/testcontainers/testcontainers-go` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: github.com/kivigo/kivigo
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: postgresql-dependencies
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: postgresql-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@azrod azrod force-pushed the dependabot/go_modules/postgresql/postgresql-dependencies-6aff8bcd9d branch from c3c93d9 to 57ca595 Compare October 18, 2025 21:04
@azrod azrod merged commit c8356a0 into main Oct 18, 2025
28 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/postgresql/postgresql-dependencies-6aff8bcd9d branch October 18, 2025 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant